Your Universal Remote Control Center
RemoteCentral.com
Discrete Code Hunter Forum - View Post
Previous section Next section Up level
Up level
The following page was printed from RemoteCentral.com:

Login:
Pass:
 
 

Topic:
HUMAX FOXSAT-HDR Discrete Power Off Needed
This thread has 13 replies. Displaying all posts.
Post 1 made on Wednesday March 4, 2009 at 12:28
GCParris
Long Time Member
Joined:
Posts:
June 2003
16
Hi all, I've coded up all of the commands from my HUMAX FOXSAT-HDR remote to my Pronto but there is no discrete OFF on the remote.
I was hoping that someone maybe able to give me the .irp settings so that I can generate all of the possible outputs and test them, or even better if someone knows the discrete OFF command already please let me know!

I won't list all the commands here but below are a selection of what I have...

0000 006C 0022 0002 0158 00AC 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0015 0015 0015 0015 0041 0015 0041 0015 0041 0015 0041 0015 0728 0158 0057 0015 0E61

0000 006C 0022 0002 0158 00AC 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0015 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0728 0158 0057 0015 0E61

0000 006C 0022 0002 0158 00AC 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0728 0158 0057 0015 0E61

Thanks,
Gareth.

Last edited by GCParris on March 4, 2009 13:28.
Post 2 made on Wednesday March 4, 2009 at 12:57
makitamark
Advanced Member
Joined:
Posts:
April 2004
984
i'm assuming you've probably done some searching already on this topic and know that discrete off works for the foxsat HD, unfortunately the same command won't work on the HDR, i've tested it and it doesnt.
if you want to try on yours here you go. it's function 128.

0000 006C 0022 0002 0159 00AD 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0016 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0041 0015 0016 0015 072B 0159 0056 0015 0E6C
OP | Post 3 made on Wednesday March 4, 2009 at 13:30
GCParris
Long Time Member
Joined:
Posts:
June 2003
16
Hi thanks for the reply. I did see your other post yes but I wasn't 100% sure of the current situation.
I'll give it a try, my only concern is that all my codes start with 0000 006C 0022 0002 0158 00AC and end with 0015 0728 0158 0057 0015 0E61, but yours is different. Does this make a difference?
Post 4 made on Wednesday March 4, 2009 at 16:49
makitamark
Advanced Member
Joined:
Posts:
April 2004
984
no, no difference apart from the fact that my code is generated using 'makehex' wheras yours is a learned code.
OP | Post 5 made on Thursday March 5, 2009 at 06:34
GCParris
Long Time Member
Joined:
Posts:
June 2003
16
Thanks. As you said it doesn't work.
I've had to resort to using '0' to turn the unit on, and sending SLEEP twice to turn it off after 10 minutes.
If works ok as long as if you remember that if you turn it back on within 10 minutes you need to cancel the sleep timer.
It's a shame that they don't add such simple commands to all units these days.
Post 6 made on Thursday March 19, 2009 at 04:19
Crustyloafer
Long Time Member
Joined:
Posts:
June 2005
47
I too am looking for discrete power commands for the Humax Foxsat HDR to use with my NevoSL. Has anybody else made any further progress with this?
Post 7 made on Thursday March 19, 2009 at 04:33
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
You can use any DIGIT ( 1 to 9 ) to turn it ON but there is NO DISCRETE OFF !
OP | Post 8 made on Thursday March 19, 2009 at 06:43
GCParris
Long Time Member
Joined:
Posts:
June 2003
16
Yes exactly, I use 0 to turn it ON and then have a macro to execute SLEEP twice to turn it off after 10 minutes.
Post 9 made on Thursday March 19, 2009 at 07:58
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
You could also use a Macro like...Digit 0,delay,Power Toggle to turn it OFF.
OP | Post 10 made on Friday March 20, 2009 at 06:36
GCParris
Long Time Member
Joined:
Posts:
June 2003
16
On March 19, 2009 at 07:58, Jasonvp said...
You could also use a Macro like...Digit 0,delay,Power Toggle to turn it OFF.

True, but it takes about 27 seconds to BOOT when you have turned it on and it locks up my Pronto during that time...
Post 11 made on Friday March 20, 2009 at 06:59
Jasonvp
Select Member
Joined:
Posts:
July 2008
2,404
On March 20, 2009 at 06:36, GCParris said...
True, but it takes about 27 seconds to BOOT when you have turned it on and it locks up my Pronto during that time...

27 seconds, WOW!
I don't have one so it did not know that, thanks!
Post 12 made on Friday March 20, 2009 at 15:19
makitamark
Advanced Member
Joined:
Posts:
April 2004
984
.......in which case, why switch it off at all?
all PVR's contain a hard-drive, hence the power-up delay, i always leave my PVR permanantly powered up.
Post 13 made on Saturday March 28, 2009 at 18:29
Marcus Wood
Long Time Member
Joined:
Posts:
July 2003
127
On March 19, 2009 at 07:58, Jasonvp said...
You could also use a Macro like...Digit 0,delay,Power Toggle to turn it OFF.

Maybe I'm being thick, but I don't understand why this doesn't work, if it's used in conjunction with '0' as discrete power on.
Post 14 made on Saturday March 28, 2009 at 19:41
makitamark
Advanced Member
Joined:
Posts:
April 2004
984
It does work but the delay needs to be over 27 seconds long, during which time you cannot use the pronto.


Jump to


Protected Feature Before you can reply to a message...
You must first register for a Remote Central user account - it's fast and free! Or, if you already have an account, please login now.

Please read the following: Unsolicited commercial advertisements are absolutely not permitted on this forum. Other private buy & sell messages should be posted to our Marketplace. For information on how to advertise your service or product click here. Remote Central reserves the right to remove or modify any post that is deemed inappropriate.

Hosting Services by ipHouse